Skip to content

docs: Document PostgreSQL DML support and acceleration.write_mode#1749

Merged
lukekim merged 1 commit into
trunkfrom
docs/postgres-dml
May 20, 2026
Merged

docs: Document PostgreSQL DML support and acceleration.write_mode#1749
lukekim merged 1 commit into
trunkfrom
docs/postgres-dml

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

The PostgreSQL connector now supports DML (INSERT / UPDATE / DELETE) via spiceai/spiceai#10446. This PR documents the feature on the connector page and adds the acceleration.write_mode reference entry to the dataset reference.

Source PRs

Changes

  • website/docs/components/data-connectors/postgres/index.md
    • Adds tags: [data-connectors, postgres, write] to the frontmatter so the page lists under the write-capable connectors tag.
    • Adds a ## Write Support section covering access: read_write, INSERT / UPDATE / DELETE examples, and the write_through (default) vs write_back acceleration write modes. Notes that refresh_mode: changes is supported for read-write accelerated datasets.
  • website/docs/reference/spicepod/datasets.md — new acceleration.write_mode reference entry.

Test plan

  • cd website && npm run build passes locally
  • Verified examples work locally
  • Links are valid
  • Version references are correct

Adds:
- Write Support section on the PostgreSQL data connector page covering
  INSERT/UPDATE/DELETE with `access: read_write`, plus the write_through
  vs write_back acceleration write modes and refresh_mode: changes
  interaction.
- `write` tag to the PostgreSQL connector frontmatter so it lists under
  the write-capable connectors tag page.
- `acceleration.write_mode` reference entry in datasets.md.

Source: spiceai/spiceai#10446
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 19, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://db8be503.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 8e9aae9 into trunk May 20, 2026
7 of 9 checks passed
@lukekim lukekim deleted the docs/postgres-dml branch May 20, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants